home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TEDITFRM / TEDITFRM.txt
Text File  |  2008-08-19  |  8KB  |  292 lines

  1. object EditFrm: TEditFrm
  2.   Left = 294
  3.   Top = 232
  4.   Width = 495
  5.   Height = 322
  6.   Color = clBtnFace
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsMDIChild
  13.   OldCreateOrder = True
  14.   Position = poDefault
  15.   Visible = True
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnDeactivate = FormDeactivate
  21.   OnResize = FormResize
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Panel1: TCsPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 487
  28.     Height = 295
  29.     Align = alClient
  30.     FullRepaint = False
  31.     TabOrder = 0
  32.     UseDockManager = True
  33.     object Editor: TPlusMemoU
  34.       Left = 19
  35.       Top = 18
  36.       Width = 466
  37.       Height = 275
  38.       Cursor = crIBeam
  39.       Alignment = taLeftJustify
  40.       BorderStyle = bsNone
  41.       HideSelection = False
  42.       ScrollBars = ssBoth
  43.       WordWrap = False
  44.       OnChange = EditorChange
  45.       AltFont.Charset = DEFAULT_CHARSET
  46.       AltFont.Color = clWindowText
  47.       AltFont.Height = -11
  48.       AltFont.Name = 'Courier New'
  49.       AltFont.Style = []
  50.       CaretWidth = 1
  51.       CollapseHandler = pmCollapseHandler1
  52.       ColumnWrap = 0
  53.       DisplayOnly = False
  54.       EnableHotKeys = False
  55.       EndOfTextMark.Color = clBtnFace
  56.       Highlighter = ExHigh
  57.       Justified = False
  58.       LeftMargin = 7
  59.       LineHeight = 0
  60.       Options = [pmoPutExtraSpaces, pmoWrapCaret, pmoInsertKeyActive, pmoWideOverwriteCaret, pmoAutoScrollBars, pmoWindowsSelColors, pmoFullLineSelect, pmoNoFineScroll, pmoNoDefaultPopup, pmoBlockSelection, pmoPlainClipboard, pmoKeepParBackgnd]
  61.       Overwrite = False
  62.       PassOverCodes = False
  63.       ProgressInterval = 400
  64.       RightLinePen.Color = clBtnFace
  65.       RightLinePen.Style = psInsideFrame
  66.       RightFullLineColor = clBtnFace
  67.       IndentGuideColor = clBtnFace
  68.       SelBackColor = clHighlight
  69.       SelTextColor = clHighlightText
  70.       Separators = #9#10#13' ,.:;'
  71.       SpecUnderline.Color = clRed
  72.       TabStops = 4
  73.       UndoMaxSpace = -1
  74.       UndoMaxLevel = -1
  75.       Version = 'v6.4c Professional ed.'
  76.       OnSelMove = EditorSelMove
  77.       OnHScroll = EditorHScroll
  78.       Align = alClient
  79.       Font.Charset = DEFAULT_CHARSET
  80.       Font.Color = clWindowText
  81.       Font.Height = -13
  82.       Font.Name = 'Courier New'
  83.       Font.Style = []
  84.       ParentFont = False
  85.       ParentShowHint = False
  86.       ShowHint = True
  87.       TabOrder = 0
  88.       TabStop = True
  89.       OnClick = EditorSelMove
  90.       OnDblClick = EditorDblClick
  91.       OnDragDrop = EditorDragDrop
  92.       OnDragOver = EditorDragOver
  93.       OnKeyDown = EditorKeyDown
  94.       OnKeyPress = EditorKeyPress
  95.       OnKeyUp = EditorKeyUp
  96.       OnMouseDown = EditorMouseDown
  97.       OnMouseMove = EditorMouseMove
  98.       OnMouseUp = EditorMouseUp
  99.     end
  100.     object charruler1: Tcharruler
  101.       Left = 0
  102.       Top = 0
  103.       Width = 485
  104.       Height = 18
  105.       OnRulerDblClick = charruler1RulerDblClick
  106.       Align = alTop
  107.       charwidth = 8
  108.       Color = clBtnFace
  109.       DisplayFont.Charset = ANSI_CHARSET
  110.       DisplayFont.Color = clWindowText
  111.       DisplayFont.Height = -9
  112.       DisplayFont.Name = 'Tahoma'
  113.       DisplayFont.Style = []
  114.       ShowBorder = False
  115.       Margin = 0
  116.       LeftOrigin = 0
  117.       ForegroundColor = clBtnShadow
  118.       Showhint = True
  119.     end
  120.     object Gutter: TPlusGutterUEx
  121.       Left = 0
  122.       Top = 18
  123.       Width = 19
  124.       Height = 275
  125.       Alignment = taRightJustify
  126.       IgnoreLastLineIfEmpty = False
  127.       ParagraphNumbers = True
  128.       PlusMemo = Editor
  129.       HighColor = False
  130.       onWidthChange = GutterWidthChange
  131.       NumberAllLines = True
  132.       ShowCurrentLine = False
  133.       OnBookMarkEvent = GutterBookMarkEvent
  134.       Align = alLeft
  135.       Font.Charset = DEFAULT_CHARSET
  136.       Font.Color = clBtnShadow
  137.       Font.Height = -13
  138.       Font.Name = 'Tahoma'
  139.       Font.Style = []
  140.       OnDblClick = GutterDblClick
  141.     end
  142.   end
  143.   object PlusToRTF1: TPlusToRTFU
  144.     DynFormat = True
  145.     PlusMemoU = Editor
  146.     RTFLeading = -1.000000000000000000
  147.     Left = 147
  148.     Top = 35
  149.   end
  150.   object PlusToHTML1: TPlusToHtmlU
  151.     DynFormat = True
  152.     PlusMemoU = Editor
  153.     DocType = '-//W3C//DTD HTML 3.2 Final//EN'
  154.     Title = 'Twistpad HTML'
  155.     Left = 175
  156.     Top = 35
  157.   end
  158.   object ExHigh: TExtHighlighterU
  159.     Separators = ' "#()*,./:;<=>'
  160.     SubHighlighter = PMLiveSpell31
  161.     Left = 42
  162.     Top = 68
  163.   end
  164.   object PlusAutoComplete1: TPlusAutoCompleteU
  165.     PlusMemo = Editor
  166.     OnExecute = PlusAutoComplete1Execute
  167.     Enabled = False
  168.     Left = 380
  169.     Top = 35
  170.   end
  171.   object PlusActiveContent1: TPlusActiveContentU
  172.     BracketForeground = clGray
  173.     Brackets = '([{<'
  174.     DrawLeftBracketMarginLine = False
  175.     HighLightUrls = True
  176.     HighlightBrackets = True
  177.     HighlightCurrentLine = False
  178.     HighlightLineColor = 15138815
  179.     ScrollHint = True
  180.     SmartBrackets = True
  181.     URLForeColor = clBlue
  182.     OnGetScrollHint = PlusActiveContent1GetScrollHint
  183.     Left = 352
  184.     Top = 35
  185.   end
  186.   object PlusAutoCorrect1: TPlusAutoCorrectU
  187.     PlusMemo = Editor
  188.     Enabled = True
  189.     ReplaceItems.Strings = (
  190.       '(c)|'#169
  191.       '(r)|'#174
  192.       'teh|the')
  193.     Left = 324
  194.     Top = 35
  195.   end
  196.   object URLHighlighter1: TUrlHighlighterU
  197.     BaseContext = 2001
  198.     WebURL.AltFont = False
  199.     WebURL.Style = [fsUnderline]
  200.     WebURL.Background = -1
  201.     WebURL.Foreground = clBlue
  202.     WebURL.Cursor = crHandPoint
  203.     EmailURL.AltFont = False
  204.     EmailURL.Style = [fsUnderline]
  205.     EmailURL.Background = -1
  206.     EmailURL.Foreground = clBlue
  207.     EmailURL.Cursor = crHandPoint
  208.     NNTP_URL.AltFont = False
  209.     NNTP_URL.Style = [fsUnderline]
  210.     NNTP_URL.Background = -1
  211.     NNTP_URL.Foreground = clBlue
  212.     NNTP_URL.Cursor = crHandPoint
  213.     FileURL.AltFont = False
  214.     FileURL.Style = [fsUnderline]
  215.     FileURL.Background = -1
  216.     FileURL.Foreground = clBlue
  217.     FileURL.Cursor = crHandPoint
  218.     OtherURL.AltFont = False
  219.     OtherURL.Style = [fsItalic]
  220.     OtherURL.Background = -1
  221.     OtherURL.Foreground = clBlue
  222.     OtherURL.Cursor = crHandPoint
  223.     LaunchURLs = True
  224.     DblClickLaunch = True
  225.     Scope = 0
  226.     Priority = True
  227.     OnURL = URLHighlighter1URL
  228.     Left = 42
  229.     Top = 220
  230.   end
  231.   object PlusSnippet: TPlusSnippetU
  232.     PlusMemo = Editor
  233.     CurrentImageIndex = 0
  234.     OnSelect = PlusSnippetSelect
  235.     Left = 352
  236.     Top = 63
  237.   end
  238.   object pmCollapseHandler1: TpmCollapseHandlerU
  239.     BarPen.Color = clBtnFace
  240.     BarPen.Width = 7
  241.     CollapseSignPen.Color = clBtnShadow
  242.     MaxLevels = 1
  243.     Active = True
  244.     TrackChangesActive = True
  245.     ModifiedColor = 2546672
  246.     ModifiedSavedColor = 2673192
  247.     LineDrawActive = False
  248.     LineDrawColor = clBlack
  249.     OutlineColor = clBtnShadow
  250.     RightLinePos = 0
  251.     RightLineColor = clBtnFace
  252.     LeftMarginColor = clBtnFace
  253.     PaintLeftMargin = False
  254.     Left = 284
  255.     Top = 35
  256.   end
  257.   object PMLiveSpell31: TPMULiveSpell3
  258.     ContextNum = 2000
  259.     Enabled = False
  260.     Speller = TwistFrm.AddictSpell
  261.     onkeyword = PMLiveSpell31keyword
  262.     Priority = 1
  263.     SubHighlighter = FuncHigh
  264.     Left = 42
  265.     Top = 104
  266.   end
  267.   object FuncHigh: TFuncHighlighterU
  268.     Separators = ' ,.;'
  269.     SubHighlighter = SearchStd
  270.     ExtendedSyntax = True
  271.     GreedyStyle = False
  272.     Left = 42
  273.     Top = 144
  274.   end
  275.   object SearchReg: TRegExHighlighterU
  276.     Active = False
  277.     Separators = ' ,.;'
  278.     SubHighlighter = URLHighlighter1
  279.     Priority = 1
  280.     Left = 40
  281.     Top = 184
  282.   end
  283.   object SearchStd: TExtHighlighterU
  284.     Active = False
  285.     Separators = ' ,.;'
  286.     SubHighlighter = URLHighlighter1
  287.     Priority = 1
  288.     Left = 72
  289.     Top = 184
  290.   end
  291. end
  292.